home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / multimedia / arles / arles.exe / {app} / help / arles.chm / default.css < prev    next >
Cascading Style Sheet File  |  2006-08-22  |  1KB  |  89 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_Boldtext /* Bold text */
  13. {
  14.  font-weight: bold;
  15.  color: #000000;
  16. }
  17. span.f_CodeExample /* Code Example */
  18. {
  19.  font-size: 8pt;
  20.  font-family: 'Courier New';
  21.  color: #000000;
  22. }
  23. span.f_Comment /* Comment */
  24. {
  25. }
  26. span.f_CourierFixed /* Courier Fixed */
  27. {
  28.  font-size: 9pt;
  29.  font-family: 'Courier New';
  30.  color: #000000;
  31. }
  32. span.f_H1 /* H1 */
  33. {
  34.  font-size: 12pt;
  35.  font-weight: bold;
  36.  color: #000000;
  37. }
  38. span.f_H2 /* H2 */
  39. {
  40.  font-size: 11pt;
  41.  font-weight: bold;
  42.  color: #000080;
  43. }
  44. span.f_Heading1 /* Heading1 */
  45. {
  46.  font-size: 12pt;
  47.  font-weight: bold;
  48. }
  49. span.f_ImageCaption /* Image Caption */
  50. {
  51.  font-size: 8pt;
  52.  font-weight: bold;
  53. }
  54. span.f_Notes /* Notes */
  55. {
  56. }
  57. span.f_TableHeading /* Table Heading */
  58. {
  59.  font-weight: bold;
  60.  color: #ffffff;
  61. }
  62. /* Paragraph styles */
  63. p /* Normal */
  64. {
  65.  text-align: left;
  66.  text-indent: 0px;
  67.  padding: 0px 0px 0px 0px;
  68.  margin: 0px 0px 0px 0px;
  69. }
  70. .p_CodeExample /* Code Example */
  71. {
  72.  white-space: nowrap;
  73. }
  74. .p_Comment /* Comment */
  75. {
  76. }
  77. .p_Heading1 /* Heading1 */
  78. {
  79. }
  80. .p_ImageCaption /* Image Caption */
  81. {
  82. }
  83. .p_Notes /* Notes */
  84. {
  85. }
  86. .p_TableHeading /* Table Heading */
  87. {
  88. }
  89.